From d600e0a7ac6658ff907277319b55a4481c4a8079 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 22 May 2003 21:50:56 +0000 Subject: [PATCH] Don't use C99/C++ comments. --- gpsbabel/easygps.c | 2 +- gpsbabel/util.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/easygps.c b/gpsbabel/easygps.c index 214f55968..c9d5ad333 100644 --- a/gpsbabel/easygps.c +++ b/gpsbabel/easygps.c @@ -31,7 +31,7 @@ static char *deficon = "Waypoint"; static arglist_t easygps_args[] = { -// {"deficon", &deficon, "Default icon name"}, +/* {"deficon", &deficon, "Default icon name"}, */ {0, 0, 0} }; diff --git a/gpsbabel/util.c b/gpsbabel/util.c index d38139105..5013cae3b 100644 --- a/gpsbabel/util.c +++ b/gpsbabel/util.c @@ -460,7 +460,7 @@ pdb_write_double(void* ptr, double d) return; } -// Magellan and PCX formats use this DDMM.mm format +/* Magellan and PCX formats use this DDMM.mm format */ double ddmm2degrees(double pcx_val) { double minutes; signed int deg; -- 2.30.2